* lisp/saveplace.el (save-place-to-alist): Add `dired-filename' as
authorJuri Linkov <juri@jurta.org>
Fri, 20 Dec 2013 20:20:39 +0000 (22:20 +0200)
committerJuri Linkov <juri@jurta.org>
Fri, 20 Dec 2013 20:20:39 +0000 (22:20 +0200)
commit843879d9ad6a753d0907e601de91fb1403ad26eb
tree05462664c9153bbb6612ba9917f16e661b4bca07
parent1a574aa4473c501b4bd81c3879e851f1dfb6f381
* lisp/saveplace.el (save-place-to-alist): Add `dired-filename' as
a position when `dired-directory' is non-nil.  Check integer
positions with `integerp'.
(toggle-save-place, save-places-to-alist): Add check for
`dired-directory'.
(save-place-find-file-hook): Check integer positions with
`integerp'.
(save-place-dired-hook): Use `dired-goto-file' when
`dired-filename' is found in the assoc list.  Check integer
positions with `integerp'.
(dired-initial-position-hook): Rename from `dired-initial-point-hook'.

* lisp/dired.el (dired-initial-position-hook): Rename back from
`dired-initial-point-hook'.
(dired-initial-position): Rename `dired-initial-point-hook' to
`dired-initial-position-hook'.
(dired-file-name-at-point): Doc fix.
lisp/ChangeLog
lisp/dired.el
lisp/saveplace.el